Next | Prev | Up | Top | Contents | Index

Configuring a Loadable Driver

You compile and configure a loadable driver very much as you would a nonloadable driver. The differences are as follows:

For more background on loadable modules, see the mload(4) and ml(1) reference pages.


Public Global Variables
Compile Options for Loadable Drivers
Master File for Loadable Drivers
Registration
Loading
Unloading

Next | Prev | Up | Top | Contents | Index